home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / quit.dir / 00009_Yes.ls < prev    next >
Encoding:
Text File  |  1996-04-18  |  234 b   |  14 lines

  1. on mouseDown
  2.   global gASKReturn
  3.   if hExitPressButton() then
  4.     set gASKReturn to 1
  5.     close(window "quit")
  6.     forget(window "quit")
  7.     updateStage()
  8.     tell the stage
  9.       continue()
  10.       exitApp2()
  11.     end tell
  12.   end if
  13. end
  14.